home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / mac / Games / Sokoban 2.0 / Sample level collection < prev    next >
Text File  |  1996-02-01  |  848b  |  48 lines

  1. ; Putting many levels in one text file for Sokoban:
  2. ; Separate the levels by blank lines, comments, or just titles.
  3. ; The title is given in quotation marks like this
  4. "This is not a title"
  5. ; or like this
  6. 'Title the level'
  7. ; or even mixing things up
  8. "Birdland'
  9.  
  10. ; If you give a level several titles, only the last one will
  11. ; be used.  The others are ignored.
  12. ; No comments are allowed within levels.
  13.  
  14. "Level 1"
  15.   ####
  16.   #@ #
  17. ###  ####
  18. #  .*   #
  19. # $.. $ #
  20. ### $####
  21.   #  #
  22.   ####
  23.  
  24. 'Have fun!'
  25. ; This is the second IQ Carrier level.
  26.    #####
  27. ####.  ##
  28. # $.$.  #
  29. #@$# #$ #
  30. # $. .  #
  31. ####$#$ #
  32.   #. .  #
  33.   #######
  34. ; Comments are allowed between levels.
  35. ; So are blank lines
  36.  
  37. ;This level has no title, poor guy.
  38.    ######
  39. ####.  @#
  40. #  $$$  #
  41. #.##.##.#
  42. #   $   #
  43. #  $.# ##
  44. ###    #
  45.   ######
  46. ;The file ends where it ends, either with a level or a comment.
  47.  
  48.